.forseo {
    display: none;
}

/*header model S*/
.miya_header {
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    padding: 10px 0;
}

.miya_header_logo {
    float: left;
}

.miya_header_logo img {
    /*margin-top: 25px;*/
}

.miya_header_right {
    float: right;
}

.miya_header_phone {
    font-size: 24px;
    text-shadow: 2px 2px 10px #efefef;
    position: relative;
    color: #000;
    line-height: 32px;
    text-indent: 35px;
    margin-top: 15px;
    float: right;
}

.miya_header_phone:before {
    content: "";
    background: url(/public/boots/image/phone.png) no-repeat 50% 50%;
    width: 24px;
    height: 32px;
    background-size: 24px 24px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}

.miya_header_search {
    margin-top: 10px;
    width: 300px;
}

.miya_header_search form {
    border: 1px solid #ccc;
    height: 32px;
    width: 300px;
    float: right;
}

.miya_header_search form input {
    border: none;
    width: 268px;
    height: 32px;
    text-indent: 15px;
    float: left;
    font-size: 10px;
    color: #666;
}

.miya_header_search form button {
    border: none;
    background: url(/public/boots/image/search.png) no-repeat 50% 50%;
    background-size: 24px 24px;
    width: 32px;
    height: 32px;
}

.miya_header_seo {
    font-size: 12px;
    margin-top: 5px;
}

.miya_header_seo a {
    color: #000;
}

/*header model E*/

/*nav modle S*/
.miya_nav {
    width: 100%;
    height: 40px;
    background: #D20001;
}

.miya_nav_box {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
}

.miya_nav_box > li {
    float: left;
    width: 140px;
    position: relative;
    padding: 0 5px;
}



.miya_nav_box li a {
    display: block;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.miya_nav_box li a:hover{
    background: #A70000;
    color: #fff;
}

.miya_nav_scroll {
    width: 140px;
    display: none;
    background: #f6f6f6;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 999;
}

.miya_nav_box li:hover .miya_nav_scroll {
    display: block;
}

.miya_nav_scroll a {
    font-size: 12px !important;
}

/*nav modle E*/

/*footer model S*/
.miya_footer {
    background: #333;
}

.miya_footer_box {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
    padding: 50px 0 25px 0;
}

.miya_footer_ul {
    float: left;
    width: 80px;
    margin-right: 20px;
}

.miya_footer_ul li {
    color: #999;
}

.miya_footer_ul_title {
    font-size: 15px;
    color: #fff !important;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.miya_footer_ul_title:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    background: #ff5f4c;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}

.miya_footer_ul_title:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background: #555;
    bottom: 0px;
    left: 0px;
    z-index: 9px;
}

.miya_footer_ul_li {
    border-bottom: 1px dashed #444;
    height: 30px;
}

.miya_footer_ul a {
    color: #999;
    line-height: 30px;
}

.miya_qrcode {
    float: right;
    width: 250px;
}

.miya_qrcode img {
    width: 150px;
    display: block;
    margin: 0 auto;
}

.miya_qrcode h4 {
    text-align: center;
    margin-top: 15px;
    color: #fff;
}

.miya_copyright {
    background: #303030;
    height: 40px;
}

.miya_copyright_box {
    width: 1200px;
    margin: 0 auto;
    line-height: 40px;
    color: #777;
}

/*footer model E*/

/*index about mode S*/
.miya_index_about {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

.miya_index_about_title {
    font-size: 24px;
    color: #333;
}

.miya_index_about_box {
    margin-top: 30px;
    height: 250px;
}

.miya_index_about_describe {
    width: 790px;
    float: left;
}

.miya_index_about_map {
    width: 380px;
    height: 300px;
    float: right;
    margin-top: -70px;
}

/*index about mode E*/

/*index product model S*/
.miya_index_product {
    width: 100%;
    padding: 50px 0;
    background: #f5f5f5;
    margin-top: 40px;
}

.miya_index_product_box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.miya_index_product_title {
    font-size: 24px;
    color: #333;
}

.miya_index_product_sort {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
}

.miya_index_product_sort li {
    float: left;
    border: 1px solid #ddd;
    height: 28px;
    margin-top: 5px;
    margin-right: 10px;
    border-radius: 15px;
    padding: 0 15px;
    cursor: pointer;
    font-size: 10px;
    line-height: 28px;
    color: #444;
}

.miya_index_product_sort li.active {
    border-color: #ff552e;
    background: #ff552e;
    color: #fff;
}

.miya_index_product_info {
    margin-top: 30px;
    height: 200px;
}

.miya_index_product_info li {
    display: block;
    background-color: #fff;
    width: 200px;
    float: left;
    margin: 0 10px;
    padding: 10px;
}

.miya_index_product_info li a {
    display: block;
}

.miya_index_product_info li:nth-child(n+6) {
    display: none;
}

.miya_index_product_info_li_img {

}

.miya_index_product_info_li_img img {
    max-width: 200px;
    display: block;
}

.miya_index_product_info_li_h4 {
    text-align: center;
    font-size: 14px;
    /* border-top: 1px solid #eee; */
    margin-top: 10px;
    line-height: 24px;
    /* padding-top: 10px; */
    background: #ED302A;
    height: 40px;
    line-height: 40px;
    color: white;
    /*width: 90%;*/
    margin: 0 auto;
}

.miya_index_product_info_li_h4:hover{
    background: #A70000;
}

/*index product model E*/

/*index new model S*/
.miya_index_new {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    height: 450px;
    position: relative;
}

.miya_index_new_title {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}

.miya_index_new_info_right_page {
    position: absolute;
    right: 0px;
    top: 10px;
}

.miya_index_new_info_right_page li {
    float: left;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 10px;
}

.miya_index_new_info_right_page li.active {
    background: #ff552e;
    color: #fff;
    border-color: #ff552e;
}

.miya_index_new_info_left {
    float: left;
    width: 480px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 1px 1px 3px #ccc;
}

.miya_index_new_info_left li {
    width: 480px;
    height: 120px;
    position: relative;
    background: #eb4e45;
    border-bottom: 1px solid #eb4035;
    cursor: pointer;
}

.miya_index_new_info_left li:hover {
    background: #eb4035;
}

.miya_index_new_info_left li:last-child {
    border: none;
}

.miya_index_new_info_left_info_date {
    background: #fff;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 10px;
    top: 20px;
    border-radius: 50%;
}

.miya_index_new_info_left_info_date p:nth-child(1) {
    font-size: 24px;
    text-align: center;
    color: #333;
    margin-top: 15px;
}

.miya_index_new_info_left_info_date p:nth-child(2) {
    font-size: 13px;
    text-align: center;
    color: #666;
}

.miya_index_new_info_left_info_title {
    display: block;
    position: absolute;
    top: 15px;
    left: 110px;
    font-size: 16px;
    color: #fff;
}

.miya_index_new_info_left_info_title:link {
    color: #fff;
}

.miya_index_new_info_left_info_title:visited {
    color: #fff;
}

.miya_index_new_info_left_info_describe {
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    width: 350px;
    height: 72px;
    position: absolute;
    left: 110px;
    top: 45px;
}

.miya_index_new_info_right {
    float: right;
    width: 700px;
    height: 362px;
    overflow: hidden;
}

.miya_index_new_info_right li {
    border: 1px solid #eb9991;
    height: 80px;
    padding: 15px;
    margin-bottom: 13px;
}

.miya_index_new_info_right li:hover {
    border-color: #eb4035;
}

.miya_index_new_info_right_info_title {
    font-size: 15px;
    font-weight: 700;
}

.miya_index_new_info_right_info_date {
    font-size: 10px;
    color: #888;
    float: right;
    line-height: 20px;
}

.miya_index_new_info_right_info_describe {
    font-size: 10px;
    color: #666;
    margin-top: 10px;
}

/*index new model E*/

/*index case model S*/
.miya_index_case {
    width: 100%;
    /*padding: 50px 0;*/
    /*background: #f5f5f5;*/
    margin-top: 40px;
}

.miya_index_case_box {
    width: 1200px;
    margin: 0 auto;
    height: 300px;
    position: relative;
}

.miya_index_case_title {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
}

.miya_index_case_info_box {
    width: 251px!important;
    height: 230px;
    border: 2px solid #457CE6;
    margin-left: 20px;
    padding: 0 10px;
}

.miya_index_case_info_box h4{
    height: 30px;
    line-height: 30px;
    width: 90%;
    margin: 0 auto;
    background: #ED302A;
    margin-top: 0px!important;
    color: white;
}

.miya_index_case_info_box h4:hover{
    background: #A70000;
}

.miya_index_case_sort {
    position: absolute;
    right: 0px;
    top: 10px;
}

.miya_index_case_sort li {
    float: left;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;;
}

.miya_index_case_sort li:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 3px;
    width: 1px;
    height: 16px;
    background: #ccc;
}

.miya_index_case_sort li:last-child:after {
    display: none;
}

.miya_index_case_sort li a {
    font-size: 14px;
    color: #666;
}

.miya_index_case_info_box img {
    max-width: 90%;
    max-height: 90%;
}

.miya_index_case_info_box .image{
    width: 236px;
    height: 186px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    /*border: 2px solid #ccc;*/

}

.miya_index_case_info_box h4 {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

.miya_index_case_info_box{
    text-align: center;
}

/*index case model E*/

/*sitemap model S*/
.miya_sitemap {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    height: 120px;
}

.miya_sitemap_title {
    font-size: 24px;
    color: #333;
}

.miya_sitemap_ul {
    margin-top: 30px;
}

.miya_sitemap_ul li {
    float: left;
    margin-right: 15px;
    border: 1px solid #efefef;
}

.miya_sitemap_ul li a {
    display: block;
    padding: 5px 15px;
    font-size: 10px;
    color: #666;
}

.miya_sitemap_ul li a:hover {
    color: #fff;
    background: #ff552e;
}

/*sitemap model E*/

/*sitemap model S*/
.miya_flink {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    height: 120px;
}

.miya_flink_title {
    font-size: 24px;
    color: #333;
}

.miya_flink_ul {
    margin-top: 30px;
}

.miya_flink_ul li {
    float: left;
    margin-right: 15px;
    border: 1px solid #efefef;
}

.miya_flink_ul li a {
    display: block;
    padding: 5px 15px;
    font-size: 10px;
    color: #666;
}

.miya_flink_ul li a:hover {
    color: #fff;
    background: #ff552e;
}

/*sitemap model E*/

/*page model S*/
.miya_page_about {
    width: 1200px;
    margin: 40px auto;
}

.miya_page_about_left {
    width: 230px;
    float: left;
    border: 8px solid #ED302A;
}

.miya_page_about_right {
    width: 830px;
    float: right;
    position: relative;
}

.miya_page_about_right_title {
    font-size: 28px;
    color: #333;
}

.miya_page_about_date {
    margin: 10px 0;
    color: #999;
}

.miya_page_about_right_describe {
    padding: 15px;
    /*background: #fafafa;*/
    border-radius: 15px;
}

.miya_page_connect_right_map {
    width: 800px;
    height: 400px;
    margin: 0 auto;
    margin-top: 30px;
}

/*page model E*/

/*template left model S*/
.miya_template_left_box {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
}

.miya_template_left_box:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.miya_template_left_box_title {
    position: relative;
    font-size: 20px;
    color: #333;
    /*padding: 0 0 0px 15px;*/
    font-weight: 700;
    margin-bottom: 15px;
    background: #ED302A;
    height: 60px;
    color: white;
    background: url(/images/2018-04-23_140554.png) center bottom;
    text-align: center;
    width: 230px;
    line-height: 60px;
}   






.miya_template_left_box_ul {

}

.miya_template_left_box_ul li {
    /*border-bottom: 1px dashed #efefef;*/
    /*height: 32px;*/
    margin-bottom: 8px;
    position: relative;
    text-indent: 20px;
    /*background: url(/public/boots/image/template_left_ul_show.png) no-repeat 0px 50%;*/
    background-size: 10px;
    width: 190px;
    margin: 0 auto;
    background: url(/images/04.png);
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    border-radius: 5px;
}

.miya_template_left_box_ul li:last-child {
    border: none;
}

.miya_template_left_box_ul li:hover{
    background: #d4211c;
}

.miya_template_left_box_ul li:hover {
/*    background: url(/public/boots/image/template_left_ul_show_active.png) no-repeat 0px 50%;
    background-size: 10px;*/
}

.miya_template_left_box_ul li:hover a{
    color: white;
}

.miya_template_left_box_ul li a {
    display: block;
    line-height: 50px;
    font-size: 14px;
}

.miya_template_left_box_ul_area {

}

.miya_template_left_box_ul_area li {
    float: left;
    border: 1px solid #efefef;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 10px;
}

.miya_template_left_box_ul_area li:hover {
    border-color: #ff552e;
    box-shadow: 2px 2px 10px #efefef;
}

.miya_template_left_box_ul_area li a {
    display: block;
    padding: 3px 10px;
}

/*template left model E*/

/*template frame model S*/
.frame_box {
    position: relative;
}

.miya_frame {
    position: absolute;
    top: 15px;
    right: 0px;
}

.miya_frame li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    color: #999;
}

.miya_frame li:last-child {
    padding: 0;
    margin: 0;
}

.miya_frame li:last-child:after {
    display: none;
}

.miya_frame li:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 2px;
    top: 8px;
    right: -2px;
    background: #ccc;
}

.miya_frame li a {
    display: block;
    color: #999;
}

.miya_frame li a:link {
    color: #999;
}

/*template frame model E*/

/*template sort model S*/
.miya_sort {
    width: 1200px;
    margin: 40px auto;
}

.miya_sort_left {
    width: 230px;
    float: left;
    border: 8px solid #ED302A;
}

.miya_sort_right {
    float: right;
    width: 860px;
}

.miya_sort_right .download{
    width: 100%;
    float: left;
    margin-top: 20px;
}

.miya_sort_right .download li{
    width: 100%;
    height: 40px;
    background: #eee;
    margin-top: 10px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    text-indent: 20px;
}

.miya_sort_right .download li span{
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    float: right;
    margin-right: 20px;
}

.miya_sort_right .download li:hover{
    background: #ccc;
    cursor: pointer;
}

.miya_sort_right_title {
    font-size: 28px;
    color: #333;
}

.miya_sort_right_product {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f6f6f6;
}

.miya_sort_right_product_li {
    float: left;
    width: 249px;
    margin-right: 20px;
    padding: 10px;
    /*background: #f9f9f9;*/
    margin-bottom: 20px;
    border: 2px solid #457CE6;
}

.miya_sort_right_product_li:hover {
    /*background: #efefef;*/
    box-shadow: 2px 0px 10px #457CE6;
}

.miya_sort_right_product_li:nth-child(3n) {
    margin-right: 0;
}

.miya_sort_right_product_li a {
    display: block;
}

.miya_sort_right_product_li_img {
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    width: 249px;
    height: 225px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.miya_sort_right_product_li_img img {
    width: 249px;
    max-height: 100%;
}

.miya_sort_right_product_li h4 {
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    height: 48px;
    background: #ED302A;
    width: 90%;
    margin: 0 auto;
}

.miya_sort_right_new {
    margin-top: 20px;
    border-bottom: 1px solid #efefef;
}

.miya_sort_right_new_li {
    background: #fafafa;
    margin-bottom: 15px;
    padding: 15px;
}

.miya_sort_right_new_li:last-child {
    margin-bottom: 0px;
}

.miya_sort_right_new_li:hover {
    background-color: #f9f9f9;
    box-shadow: 2px 0px 10px #ccc;
}

.miya_sort_right_new_li a {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.miya_sort_right_new_li_date {
    color: #888;
    margin: 10px 0 5px 0;
}

.miya_sort_right_new_li p {
    color: #666;
    line-height: 24px;
    text-indent: 20px;
}

/*template sort model E*/

/*template info model S*/
.miya_info {
    width: 1200px;
    margin: 40px auto;
}

.miya_info_left {
    width: 230px;
    float: left;
    border: 8px solid #ED302A;
}

.miya_info_right {
    width: 850px;
    float: right;
}

.miya_info_right_product_title {
    line-height: 48px;
    font-size: 16px;
    color: #333;
}

.miya_info_right_new_title {
    line-height: 48px;
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.miya_info_right_product {
    margin-top: 20px;
}

.miya_info_right_product_top {
    padding-bottom: 20px;
    border-bottom: 1px dashed #efefef;
}

.miya_info_right_product_top_left {
    float: left;
    width: 450px;
}

.miya_info_right_product_top_right {
    float: right;
    width: 320px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 15px;
}

.miya_info_right_product_top_right li {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    color: #555;
    border-bottom: 1px dashed #efefef;
}

.miya_info_right_product_top_right_simpledescribe {
    height: 180px !important;
    line-height: 24px !important;
    padding: 10px 0;
}

.miya_info_right_product_top_right_btn {
    height: 60px;
    border-bottom: none !important;
    margin-top: 30px;
}

.miya_info_right_product_top_right_btn a {
    float: left;
    display: block;
    width: 100px;
    height: 40px;
    background: #eb4e45;
    text-align: center;
    color: #fff3e6;
    font-size: 14px;
    border-right: 1px solid #eb4035;
}

.miya_info_right_product_top_right_btn a:first-child {
    border-radius: 20px 0 0 20px;
}

.miya_info_right_product_top_right_btn a:last-child {
    border-right: none;
    border-radius: 0 20px 20px 0;
}

.miya_info_right_product_top_right_btn a:hover {
    background: #eb4035;
    color: #fff;
}

.miya_info_right_product_center {
    padding: 20px;
    border-bottom: 1px dashed #efefef;
}

.miya_info_right_product_center img{
    width: 800px;
}

.miya_info_right_page_link {
    padding: 10px 0;
    border-bottom: 1px dashed #efefef;
}

.miya_info_right_page_link li {
    height: 24px;
    font-size: 14px;
    margin: 10px 0;
}

.miya_info_right_info_link {
    padding: 10px 0;
    border-bottom: 1px dashed #efefef;
}

.miya_info_right_info_link_title {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
    background: url(/public/boots/image/link.png) no-repeat 0px 50%;
    text-indent: 30px;
}

.miya_info_right_info_link_ul {
}

.miya_info_right_info_link_ul {
}

.miya_info_right_info_link_li {
    float: left;
    width: 176px;
    margin-right: 16px;
    padding: 10px;
    background: #fafafa;
}

.miya_info_right_info_link_li:last-child {
    margin-right: 0px;
}

.miya_info_right_info_link_li:hover {
    background: #f6f6f6;
    box-shadow: 2px 0px 10px #efefef;
}

.miya_info_right_info_link_li_img {
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    width: 176px;
    height: 155px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.miya_info_right_info_link_li_img img {
    max-width: 100%;
    max-height: 100%;
}

.miya_info_right_info_link_li h4 {
    text-align: center;
    font-size: 13px;
    color: #333;
    line-height: 24px;
    height: 48px;
}

.miya_info_right_messagelist {
    padding: 10px 0;
    border-bottom: 1px dashed #efefef;
}

.miya_info_right_messagelist_title {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
    background: url(/public/boots/image/message.png) no-repeat 0px 50%;
    background-size: 20px auto;
    text-indent: 30px;
}

.miya_info_right_messagelist_ul {
    padding: 20px;
}

.miya_info_right_messagelist_ul li {
    padding: 10px;
    background: #fafafa;
    margin-bottom: 10px;
    line-height: 30px;
}

.miya_info_right_info_new {
    padding: 10px 0;
}

.miya_info_right_info_new_title {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    background: url(/public/boots/image/link.png) no-repeat 0px 50%;
    text-indent: 30px;
}

.miya_info_right_info_new_ul {

}

.miya_info_right_info_new_ul li {
    height: 32px;
    margin-bottom: 5px;
}

.miya_info_right_info_new_ul li a {
    line-height: 32px;
    color: #333;
    font-size: 14px;
}

.miya_info_right_info_new_ul li span {
    float: right;
    line-height: 32px;
    color: #888;
}

.miya_info_right_new_box {
    margin-top: 20px;
    padding: 15px;
    border-bottom: 1px dashed #efefef;
}

/*template info model E*/

/*template message model S*/
.miya_message {
    width: 1200px;
    margin: 40px auto;
}

.miya_message_left {
    float: left;
    width: 230px;
    border: 8px solid #ED302A;
}

.miya_message_right {
    float: right;
    width: 850px;
}

.miya_message_right_title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
}

.miya_message_right form {
    margin-top: 20px;
}

.miya_message_right form select[name=type] {
    width: 100%;
    border: none;
    height: 40px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
}

.miya_message_right form input[name=msg_name] {
    width: 100%;
    border: none;
    height: 40px;
    border-bottom: 1px solid #efefef;
    text-indent: 40px;
    background: url(/public/boots/image/msg_name.png) no-repeat 0px 50%;
    margin-bottom: 15px;
}

.miya_message_right form input[name=phone] {
    width: 100%;
    border: none;
    height: 40px;
    border-bottom: 1px solid #efefef;
    text-indent: 40px;
    background: url(/public/boots/image/msg_phone.png) no-repeat 0px 50%;
    margin-bottom: 15px;
}

.miya_message_right form input[name=email] {
    width: 100%;
    border: none;
    height: 40px;
    border-bottom: 1px solid #efefef;
    text-indent: 40px;
    background: url(/public/boots/image/msg_email.png) no-repeat 0px 50%;
    margin-bottom: 15px;
}

.miya_message_right form textarea[name=message] {
    width: 100%;
    border: none;
    height: 100px;
    border-bottom: 1px solid #efefef;
    text-indent: 40px;
    background: url(/public/boots/image/msg_message.png) no-repeat 0px 50%;
    margin-bottom: 15px;
}

.miya_message_right form button {
    background-color: #eb4e45;
    width: 200px;
    height: 40px;
    border: none;
    color: #fff;
    font-size: 14px;
}

.miya_message_right form button:hover {
    background: #eb463a;
}

.miya_message_right_list {
    margin-top: 40px;
}

.miya_message_right_list li {
    float: left;
    width: 375px;
    height: 180px;
    padding: 10px 25px;
    background-color: #eb4e45;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.miya_message_right_list li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 200px;
    background: #eb251b;
}

.miya_message_right_list li:nth-child(2n):before {
    display: none;
}

.miya_message_right_list li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 425px;
    height: 1px;
    background: #eb3428;
}

.miya_message_right_list li:hover {
    background: #eb3428;
}

.miya_message_right_list li p {
    font-size: 14px;
}

.miya_message_right_list_li_date {
    font-size: 16px;
    margin-bottom: 20px;
}

.miya_message_link_info {
    padding: 15px;
    background: #fafafa;
    border-radius: 15px;
}

.miya_message_link_info_title {
    font-size: 16px;
    color: #888;
}

.miya_message_link_info_title span {
    color: #333;
}

.miya_message_link_info_describe {
    margin-top: 10px;
    text-indent: 20px;
    line-height: 24px;
    color: #888;
}

/*template message model E*/

/*template sitemap model S*/
.miya_sitemap_box {
    width: 1200px;
    margin: 40px auto;
}

.miya_sitemap_box_left {
    width: 300px;
    float: left;
}

.miya_sitemap_box_right {
    width: 850px;
    float: right;
}

.miya_sitemap_box_right_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 48px;
    color: #333;
}

.miya_sitemap_box_right_chunkurl {
    margin-top: 20px;
}

.miya_sitemap_box_right_chunkurl_h3 {
    font-size: 18px;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #333;
    background: #fff;
    margin-left: 20px;
    position: relative;
    z-index: 999;
}

.miya_sitemap_box_right_chunkurl_ul {
    border: 2px solid #ff552e;
    padding: 30px 20px 20px 20px;
    margin-top: -20px;
    margin-bottom: 30px;
}

.miya_sitemap_box_right_chunkurl_ul li {
    border: 1px solid #efefef;
    float: left;
    margin: 0 10px 10px 0;
    border-radius: 10px;
}

.miya_sitemap_box_right_chunkurl_ul li a {
    display: block;
    padding: 5px 15px;
}

.miya_sitemap_box_right_chunkurl_ul li:hover {
    border-color: #ff552e;
    background: #ff552e;
}

.miya_sitemap_box_right_chunkurl_ul li:hover a {
    color: #fff;
}

/*template sitemap model E*/

/*template search model S*/
.miya_search {
    width: 1200px;
    margin: 40px auto;
}

.miya_search_left {
    width: 300px;
    float: left;
}

.miya_search_right {
    width: 850px;
    float: right;
}

.miya_search_right_title {
    font-size: 14px;
    line-height: 60px;
    color: #777;
}

.miya_search_right_title span {
    line-height: 48px;
    color: #ff4d52;
    display: block;
    float: left;
    padding: 0 10px 0 0;
    font-size: 24px;
}

.miya_search_right_form {
    position: relative;
    margin-bottom: 25px;
}

.miya_search_right_form input[name=key] {
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 40px;
    font-size: 14px;
    text-indent: 4px;
    color: #777;
}

.miya_search_right_form button {
    background: url(/public/boots/image/search.png) no-repeat 50% 50%;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    top: 5px;
    width: 30px;
    height: 30px;
    border: none;
}

.miya_search_right_form label {
    float: left;
    margin-top: 10px;
    margin-right: 15px;
    font-size: 14px;
    border: 1px solid #efefef;
    padding: 5px 10px;
}

.miya_search_right_form label input {
    margin-right: 5px;
}

.miya_search_right_search_info {
    border-top: 1px dashed #efefef;
    padding-top: 15px;
}

.miya_search_right_search_info h3 {
    font-size: 24px;
    margin-left: 20px;
    width: 120px;
    height: 40px;
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 999;
    color: #333;
    line-height: 40px;
}

.miya_search_right_search_info ul {
    border: 2px solid #ff7461;
    padding: 30px 20px 20px 20px;
    margin-top: -20px;
    margin-bottom: 20px;
}

.miya_search_right_search_info ul li {
    padding: 15px;
    margin-bottom: 15px;
    background: #fafafa;
}

.miya_search_right_search_info ul li:last-child {
    margin-bottom: 0;
}

.miya_search_right_search_info ul li:hover {
    background: #f9f9f9;
    box-shadow: 2px 0px 10px #ccc;
}

.miya_search_right_search_info ul li a {
    display: block;
}

.miya_search_right_search_info ul li a h4 {
    font-size: 18px;
    font-weight: 700;
}

.miya_search_right_search_info ul li a p {
    margin: 5px 0;
    color: #888;
}

.miya_search_right_search_info ul li a .simpledescribe {
    text-indent: 20px;
    line-height: 24px;
    color: #555;
    margin-top: 10px;
}

/*template search model E*/
.miya_header .r{
    width: 250px;
    float: right;
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    
}

.miya_header .r img{
    width: 40px;
    float: left;
}

.miya_header .r h1{
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    font-weight: bold;
}

.miya_header .r .nav{
    width: 100%;
    height: 40px;
    float: left;
}

.miya_header .r .nav ul li{
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    width: 60px;
    text-align: center;
    width: 100px;
}

.pro-box{
    width: 1200px;
    min-height: 200px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin: 0 auto 0 -600px;
    margin-top: 50px;
}

.pro-box .tip{
    width: 1200px;
    height: 50px;
    margin-bottom: 30px;
}

.pro-box .tip h3{
    font-size: 25px;
    font-weight: bold;
    color: #0271A9;
    text-align: center;
}

.pro-box .tip h4{
    font-size: 15px;
    /*font-weight: bold;*/
    color: #0271A9;
    text-align: center;
}

.pro-box .r{
    width: 1200px;
    float: right;
    height: 1108px;
    overflow: hidden;
}

.pro-box .r ul li{
    width: 280px;
    float: left;
    margin-left: 20px;
    height: 320px;
    border: 2px solid #457CE6;
    margin-top: 10px;
}

.pro-box .r ul li:nth-child(1){
    margin-top: 0px;
}
.pro-box .r ul li:nth-child(2){
    margin-top: 0px;
}
.pro-box .r ul li:nth-child(3){
    margin-top: 0px;
}
.pro-box .r ul li:nth-child(4){
    margin-top: 0px;
}

.pro-box .r ul li .img{
    width: 280px;
    height: 280px;
    /*float: left;*/
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.pro-box .r ul li:nth-child(4n-3){
    margin-left: 0px;
}

.pro-box .r ul li img{
    width: 270px;
    max-height: 95%;
}

.adv{
    width: 1920px;
    height: 300px;
    position: relative;
    left: 50%;
    margin: 0 auto 0 -960px;
    background: url(/images/d06e701fbba06c45e9f0719b6a8c046d.png);
}

.adv .inner{
    width: 1200px;
    margin: 0 auto;
    height: 300px;
}

.adv .inner ul li{
    width: 380px;
    height: 130px;
    background: #fff;
    float: left;
    margin-left: 30px;
    margin-top: 85px;
}

.adv .inner ul li:nth-child(1){
    margin-left: 0px;
}

.adv .inner ul li .l{
    width: 100px;
    float: left;
}

.adv .inner ul li .l img{
    width: 72px;
    float: right;
    margin-top: 30px;
}

.adv .inner ul li h1{
    width: 250px;
    float: left;
    font-size: 20px;
    /*font-weight: bold;*/
    margin-left: 15px;
    margin-top: 25px;
}

.adv .inner ul li h2{
    width: 250px;
    float: left;
    margin-left: 15px;
}

.about-box{
    width: 1200px;
    position: relative;
    left: 50%;
    margin: 0 auto 0 -600px;
    margin-top: 30px;
    min-height: 200px;
    overflow: hidden;

}

.about-box .tip{
    width: 1200px;
    height: 100px;
    float: left;
    background: url(/images/05.png) center no-repeat;
}

.about-box .tip h1{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    color: rgb(204, 0, 0);
    font-size: 18px;
    line-height: 70px;
}

.about-box .tip h2{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 20px;
}

.about-box .inner{
    width: 1200px;
    min-height: 200px;
    overflow: hidden;
    float: left;
    margin-top: 20px;
}

.about-box .inner .l{
    float: left;
}

.about-box .inner .text{
    width: 690px;
    float: left;
    margin-left: 20px;
    font-size: 15px!important;
}

.about-box .inner .r{
    float: right;
}

.about-box .inner .text .more{
    width: 150px;
    height: 50px;
    float: left;
    margin-left: 270px;
    margin-top: 30px;
    background-color: #CC0000;
    color: white;
    text-align: center;
    line-height: 50px;
}

.about-box .inner .text .more a{
    color: white;
    display: block;
}

.about-box .inner .text .more:hover{
    background: rgba(255,0,0,1);
}

.hotpro{
    width: 1200px;
    height: 100px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin: 0 auto 0 -600px;
    margin-top: 30px;
}

.hotpro .tip{
    width: 1200px;
    height: 100px;
    float: left;
    background: url(/images/05.png) center no-repeat;
}

.hotpro .tip h1{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    color: rgb(204, 0, 0);
    font-size: 18px;
    line-height: 70px;
}

.hotpro .tip h2{
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 20px;
}

.news-box{
    width: 1920px;
    height: 560px;
    position: relative;
    left: 50%;
    margin: 0 auto 0 -960px;
    background: url(/images/news.jpg);
}

.news-box .inner{
    width: 1200px;
    min-height: 200px;
    margin: 0 auto;
    overflow: hidden;
}

.news-box .inner .t{
    width: 1200px;
    height: 34px;
    float: left;
    margin-top: 50px;

}

.news-box .inner .t .classify{
    width: 262px;
    height: 34px;
    margin: 0 auto;
}

.news-box .inner .t .classify ul li{
    width: 131px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: url(/images/news_icon.png);
    float: left;
}

.news-box .inner .t .classify ul li:hover{
    background: url(/images/news_icon1.png);
}

.news-box .inner .t .classify ul li a{
    color: white;
    font-size: 15px;
}

.news-box .inner .l{
    width: 520px;
    float: left;
    min-height: 200px;
    overflow: hidden;
    margin-top: 60px;
}

.news-box .inner .l ul li{
    width: 100%;
    height: 80px;
    float: left;
    margin-top: 22px;
}

.news-box .inner .l ul li .date{
    width: 62px;
    height: 62px;
    float: left;
}

.news-box .inner .l ul li .date h1{
    width: 62px;
    height: 46px;
    border-bottom: 1px solid #515153;
    line-height: 46px;
    font-size: 42px;
    color: #333333;
    font-weight: normal;
    text-align: center;
}

.news-box .inner .l ul li .date h2{
    width: 62px;
    height: 29px;
    line-height: 29px;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -1px;
}

.news-box .l .info{
    width: 450px;
    float: right;
}

.news-box .l .info a{
    font-size: 15px;
    font-weight: bold;
}

.news-box .l .more{
    width: 168px;
    height: 36px;
    background: url(/images/gd.jpg);
    float: left;
    line-height: 36px;
    text-indent: 10px;
    margin-top: 10px;
}

.news-box .l .more a{
    font-size: 15px;
    color: white;
    display: block;
}

.news-box .r{
    width: 625px;
    float: right;
    margin-top: 50px;
}

.news-box .r ul li{
    width: 100%;
    float: left;
    margin-top: 64px;
}

.news-box .r ul li .img{
    width: 330px;
    height: 264px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    float: left;
}

.news-box .r ul li img{
    max-width: 100%;
    max-height: 100%;
}

.news-box .r .info{
    width: 250px;
    float: right;
    margin-right: 20px;
}

.news-box .r .info a{
    font-size: 15px;
    font-weight: bold;
    color: white;
}

.news-box .r .info h1{
    color: white;
}

.news-box .r .info h4{
    color: white;
    margin-top: 20px;
}

.foot{
    width: 1920px;
    min-height: 150px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin: 0 auto 0 -960px;
    background: #333;
}

.foot .inner{
    width: 1200px;
    min-height: 150px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}

.foot .inner .nav{
    width: 1200px;
    float: left;
    height: 40px;
    border-bottom: 1px solid #ccc;
}

.foot .inner .nav ul li{
    width: 100px;
    height: 40px;
    line-height: 40px;
    float: left;
    padding: 0 30px;
    text-align: center;
}

.foot .inner .nav ul li a{
    color: white;
}

.foot .inner p{
    text-align: center;
    color: white;
    font-size: 14px;
    /*height: 20px;*/
    line-height: 20px;
    margin-top: 10px;
    width: 100%;
    float: left;
}

.foot .inner p a{
    color: white;
}

.upload-box{
    width: 100%;
    float: left;
}

.upload-box li{
    width: 100%;
    height: 40px;
    background: #eee;
    line-height: 40px;
    margin-top: 20px;
}

.upload-box li span{
    font-size: 15px;
    float: left;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-left: 20px;
}

.upload-box li a{
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    margin-right: 20px;
}

.link{
    width: 1200px;
    margin: 10px auto;
    min-height: 40px;
    font-size: 14px;
}